net/http.Server.disableKeepAlives (field)
4 uses
net/http (current package)
server.go#L3069: disableKeepAlives atomic.Bool
server.go#L3612: return !s.disableKeepAlives.Load() && !s.shuttingDown()
server.go#L3625: s.disableKeepAlives.Store(false)
server.go#L3628: s.disableKeepAlives.Store(true)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)